home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / Ex_Right.dxr / 00050.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  201 b   |  12 lines

  1. on enterFrame
  2.   global Exercises
  3.   if Exercises then
  4.     set the visible of sprite 22 to 1
  5.     updateStage()
  6.   else
  7.     set the visible of sprite 22 to 0
  8.     updateStage()
  9.     go("Start")
  10.   end if
  11. end
  12.